type vendor/golang.org/x/crypto/chacha20poly1305.xchacha20poly1305

6 uses

	vendor/golang.org/x/crypto/chacha20poly1305 (current package)
		xchacha20poly1305.go#L14: type xchacha20poly1305 struct {
		xchacha20poly1305.go#L28: 	ret := new(xchacha20poly1305)
		xchacha20poly1305.go#L33: func (*xchacha20poly1305) NonceSize() int {
		xchacha20poly1305.go#L37: func (*xchacha20poly1305) Overhead() int {
		xchacha20poly1305.go#L41: func (x *xchacha20poly1305) Seal(dst, nonce, plaintext, additionalData []byte) []byte {
		xchacha20poly1305.go#L66: func (x *xchacha20poly1305) Open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error) {